Keysight 89600 VSA .NET API
SetStates(CustomModulationConstellation,CustomModulationState[]) Method
See Also 
Keysight.SA.Vsa.FlexFrame.Interfaces Assembly > Keysight.SA.Vsa.FlexFrame Namespace > CustomModulation Class > SetStates Method : SetStates(CustomModulationConstellation,CustomModulationState[]) Method


constellation
Constellation format the imported IQ data and symbols should be treated as.
states
Constellation states describing this custom modulation.\

Glossary Item Box

Sets the modulation states that define this custom modulation.

Syntax

Visual Basic (Declaration) 
Public Overloads MustOverride Sub SetStates( _
   ByVal constellation As CustomModulationConstellation, _
   ByVal states() As CustomModulationState _
) 
C# 
public abstract void SetStates( 
   CustomModulationConstellation constellation,
   CustomModulationState[] states
)
C++/CLI 
public:
abstract void SetStates( 
   CustomModulationConstellation constellation,
   array<CustomModulationState^>^ states
) 

Parameters

constellation
Constellation format the imported IQ data and symbols should be treated as.
states
Constellation states describing this custom modulation.\

Exceptions

ExceptionDescription
System.ArgumentExceptionThrows exception if arguments are malformed or if constellation states are not valid.

Requirements

Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)

See Also